#header img {
  z-index: 1000;
  width: 129px;
  margin-left: 18px;
}
body {
  background: #e03d10;
  background-image: linear-gradient(1deg, #e03d10 0, #be2e0b 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
body.thanks {
  background: #d0360e;
  background-image: none;
}
.main {
  font-family: "Laro Soft";
}
.main h1,
.main h2 {
  opacity: 0;
  animation: unhide 0s 0.1s forwards;
}
@keyframes unhide {
  to {
    opacity: 1;
  }
}
.main .title,
.main h1,
.main h2 {
  color: #fff;
  font-family: "Laro Soft ExtBd";
  font-size: 135px;
  font-size: clamp(50px, 10vw, 135px);
  line-height: 100%;
  transform: rotate(3deg) skew(0deg, -12deg);
  padding-top: 85px;
  padding-bottom: 37px;
  letter-spacing: clamp(-3px, 30vw, -7px);
  text-shadow: -13px 10px #0000003b;
  width: 90%;
  font-weight: 400;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .main .title,
  .main h1,
  .main h2 {
    text-shadow: -5px 5px #0000003b;
  }
}
.main .title {
  font-size: clamp(50px, 10vw, 115px);
  color: #fff200;
  padding-top: 45px;
  line-height: 110%;
  width: auto;
  position: relative;
}
.main .title + img.all {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35vw;
  max-width: 320px;
  transform: rotate(4deg);
  transition: all 0.1s;
}
@media screen and (max-width: 1600px) {
  .main .title + img.all {
    right: 2vw;
    bottom: -2vw;
  }
}
@media screen and (max-width: 1200px) {
  .main .title + img.all {
    right: 5vw;
    bottom: -4vw;
  }
}
@media screen and (max-width: 1000px) {
  .main .title + img.all {
    right: 2vw;
    bottom: -5vw;
  }
}
@media screen and (max-width: 600px) {
  .main .title + img.all {
    right: 0;
    bottom: -4vw;
  }
}
@media screen and (max-width: 500px) {
  .main .title + img.all {
    right: -4vw;
    bottom: -1vw;
  }
}
@media screen and (max-width: 400px) {
  .main .title + img.all {
    right: 1vw;
    bottom: 2vw;
  }
}
.main .title span {
  font-size: clamp(60px, 10vw, 165px);
}
.main h2 {
  font-size: clamp(10px, 5vw, 70px);
  padding-top: 0;
  margin-top: -25px;
  letter-spacing: 0;
  text-shadow: -8px 9px #0000003b;
}
@media screen and (max-width: 600px) {
  .main h2 {
    text-shadow: -5px 6px #0000003b;
  }
}
.main h3 {
  font-size: clamp(30px, 5vw, 64px);
  color: #fff;
  text-align: center;
  font-family: "Laro Soft ExtBd";
  letter-spacing: 0;
  max-width: 850px;
  width: 100%;
  line-height: 110%;
  padding: 0 40px;
  margin-top: -10px;
}

@media screen and (max-width: 900px) {
  .main h3 {
    margin-top: 10px;
  }
}

.main h4,
.main h5,
.main h6 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: "Laro Soft";
  max-width: 850px;
  width: 100%;
  line-height: 130%;
  padding: 0 30px;
  margin-top: 34px;
}
.main h6 {
  font-family: "Laro Soft ExtBd";
  font-size: 45px;
  line-height: 100%;
}
.main h5 {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .main h5 {
    font-size: 19px;
  }
}
.main .char {
  transform: scale(0) translateZ(0);
  display: inline-block;
  position: relative;
  will-change: transform;
  overflow: visible;
  white-space: pre;
  overflow: visible !important;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .main .char {
    padding: 0 8px;
    margin-right: -16px;
    left: -13px;
  }
}
.main header {
  background: #54a244;
}
.main .wave--green {
  height: clamp(8vw, 20vw, 11vw);
  margin-bottom: -14vw;
  transition: all 0.2s;
}
@media screen and (max-width: 900px) {
  .main .wave--green {
    margin-bottom: -19vw;
  }
}
@media screen and (max-width: 1600px) {
  .main .wave--green {
    margin-bottom: -16vw;
  }
}
.main .wave--green div {
  background-image: url(../../images/dist/backgrounds/wave--green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  transform: translateY(-1px);
}
.main .bars {
  position: relative;
  z-index: 1;
}
.main .bars img {
  width: 90%;
  max-width: 980px;
  position: relative;
  left: -30px;
  transform: scale(0);
}
@media screen and (max-width: 1200px) {
  .main .bars img {
    left: 0;
  }
}
.main .bars img:nth-of-type(1) {
  margin-bottom: -190px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .main .bars img:nth-of-type(1) {
    margin-bottom: -16vw;
  }
}
.main .bars img:nth-of-type(2) {
  left: 0;
  max-width: 900px;
}
.main .button,
.main input[type="submit"] {
  border-radius: 100px;
  background: #f3410e;
  display: inline-block;
  padding: 7px 70px;
  margin: 66px 0 66px 0;
  font-size: 21px;
  color: #fff;
  transition: all 0.2s;
}
.main .button:hover,
.main input[type="submit"]:hover {
  color: #f3410e;
  background: #fff;
}
.main .form {
  background: #30742f;
  background: linear-gradient(99deg, #30742f 0, #56a030 100%);
  padding: 2px 0;
}
.main .form .checkboxes {
  margin-top: 12px;
}
.main .form .checkboxes label {
  font-family: "Laro Soft";
  font-weight: 400 !important;
  font-size: 13px;
}
.main .form .checkboxes input {
  margin: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
}
.main .form p {
  color: #fff;
  max-width: 770px;
  text-align: center;
  margin: 38px auto 49px auto;
  width: 100%;
  padding: 0 20px;
  line-height: 22px;
}
.main .form input {
  border-radius: 100px;
  padding: 7px 11px;
  border: 2px solid #2b3e22;
  margin-bottom: 12px;
}
.main .form input::placeholder {
  text-transform: uppercase;
}
.main .form input[type="submit"] {
  width: max-content;
  padding: 3px 54px;
  border: 0;
  margin: auto;
  font-size: 22px;
  margin-bottom: 43px;
  text-transform: uppercase;
  cursor: pointer;
}
.main .g-recaptcha {
  margin: 14px auto 26px auto;
}
.main .grad {
  height: 100px;
  background-size: contain;
  box-shadow: 0 100px #fff;
  background-image: url(../../../assets/images/dist/backgrounds/grad.png);
}
.main .sm {
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 0 30px;
  margin: 5px auto;
  text-align: center;
  max-width: 570px;
}
.main .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.main .modal-content {
  background-color: #fff;
  margin: auto;
  padding: 28px;
  border-radius: 20px;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
.main .modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 10px;
  cursor: pointer;
}
.main .modal .close:focus,
.main .modal .close:hover {
  color: #000;
}
.main .terms_heading {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 24px;
  padding-right: 20px;
}
.main .terms-text p {
  font-size: 14px;
  margin-top: 20px;
  color: grey;
}
.main .thanks-wrapper {
  height: 10vw;
  min-height: 110px;
}
.footer-wave {
  position: relative;
  bottom: -1px;
  overflow: hidden;
}
.footer-wave svg {
  display: block;
  height: 18.48739vw;
}
@media (min-width: 900px) {
  .footer-wave svg {
    height: 8.61111vw;
  }
}
.region-footer {
  padding: 10vw 8vmin 5vmin;
  background-color: #f3410e;
  font-size: 1.1rem;
  color: #fff;
}
@media (min-width: 900px) {
  .region-footer {
    padding: 1em 2vmin 1.5em;
  }
}
@media (min-width: 900px) {
  .region-footer-content {
    display: flex;
    margin: 0 auto;
    max-width: 1056px;
  }
}
.region-footer-content {
  position: relative;
}
.block--copywrite {
  margin-right: auto;
  font-size: 1.2rem;
}
.block--copywrite .footer-logo {
  margin-bottom: 1rem;
  width: 144px;
  height: 19px;
  background: url(https://www.kinder.com/uk/brands/kinder/themes/custom/kinder_theme/assets/images/png/7608c14e2d3a3149a83b82a88bd96939.png?t=1757891009);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  .block-language,
  .menu--footer {
    margin-top: 0.7rem;
    font-size: 0;
  }
}
@media (min-width: 900px) {
  .menu--footer + .block-international-globe .globe {
    margin-left: 2em;
  }
}
@media (min-width: 900px) {
  .globe {
    position: relative;
    top: -1.25em;
  }
}
@media (max-width: 899px) {
  .globe {
    position: absolute;
    bottom: 5.5rem;
    right: 0;
  }
}
.globe {
  border-radius: 50%;
  min-width: 52px;
  width: 52px;
  height: 52px;
  box-shadow: 2px 4px 0 0 rgba(0, 0, 0, 0.1);
  text-indent: 52px;
  background: url(https://www.kinder.com/uk/brands/kinder/themes/custom/kinder_theme/assets/images/png/1cd9945ef6ef94d7ea9db97a39c528ca.png?t=1757891009);
  background-size: 100%;
  color: transparent;
}
.hidden,
.visually-hidden {
  display: none;
}
.region-footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1592px) {
  .menu--footer ul {
    max-width: 34vw;
  }
}
.block-international-globe {
  position: static;
}
.menu--footer ul {
  max-width: 44vw;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu--footer li {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
@media (min-width: 900px) {
  .menu--footer li {
    margin: 0 1.04167vw 1vw;
  }
}
@media (min-width: 900px) {
  .block-language li,
  .menu--footer li {
    display: inline-block;
  }
}
.block-language li,
.menu--footer li {
  line-height: 1.15;
}
ul li {
  list-style-image: none;
}
.block-language li a,
.menu--footer li a {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
}
.menu--footer a {
  font-weight: 700;
}
.region-footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@font-face {
  font-family: "Laro Soft";
  src: url(../../fonts/LaroSoft-SemiBold.woff2) format("woff2"),
    url(../../fonts/LaroSoft-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Laro Soft ExtBd";
  src: url(../../fonts/LaroSoft-ExtraBoldItalic.woff2) format("woff2"),
    url(../../fonts/LaroSoft-ExtraBoldItalic.woff) format("woff");
  font-weight: 800;
  font-display: swap;
} /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  -moz-tab-size: 4;
  tab-size: 4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}
body {
  font-family: inherit;
  line-height: inherit;
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
*,
::after,
::before {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.m-auto {
  margin: auto;
}
.mb-8 {
  margin-bottom: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.max-w-screen-lg {
  max-width: 900px;
}
.max-w-screen-default {
  max-width: 1536px;
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pt-12 {
  padding-top: 3rem;
}
.text-center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
*,
::after,
::before {
  --tw-shadow: 0 0 #0000;
}
*,
::after,
::before {
  --tw-ring-inset: var(--tw-empty); /*!*/ /*!*/
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
}
